﻿2026-06-18T12:03:56.1676959Z ##[group]Run actions/checkout@v5
2026-06-18T12:03:56.1677709Z with:
2026-06-18T12:03:56.1678034Z   repository: SaberMage/spt-core
2026-06-18T12:03:56.1681197Z   token: ***
2026-06-18T12:03:56.1681498Z   ssh-strict: true
2026-06-18T12:03:56.1681790Z   ssh-user: git
2026-06-18T12:03:56.1682075Z   persist-credentials: true
2026-06-18T12:03:56.1682414Z   clean: true
2026-06-18T12:03:56.1682778Z   sparse-checkout-cone-mode: true
2026-06-18T12:03:56.1683139Z   fetch-depth: 1
2026-06-18T12:03:56.1683430Z   fetch-tags: false
2026-06-18T12:03:56.1683755Z   show-progress: true
2026-06-18T12:03:56.1684116Z   lfs: false
2026-06-18T12:03:56.1684452Z   submodules: false
2026-06-18T12:03:56.1684767Z   set-safe-directory: true
2026-06-18T12:03:56.1685232Z ##[endgroup]
2026-06-18T12:03:56.3485436Z Syncing repository: SaberMage/spt-core
2026-06-18T12:03:56.3486555Z ##[group]Getting Git version info
2026-06-18T12:03:56.3487188Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-18T12:03:56.3752907Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:03:56.3964399Z git version 2.43.0.windows.1
2026-06-18T12:03:56.3989681Z ##[endgroup]
2026-06-18T12:03:56.3997585Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a35e14eb-5848-48c4-a8cf-0ac25b76f5c3\.gitconfig'
2026-06-18T12:03:56.4011509Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a35e14eb-5848-48c4-a8cf-0ac25b76f5c3' before making global git config changes
2026-06-18T12:03:56.4012455Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:03:56.4016465Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T12:03:56.4239197Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-18T12:03:56.4418302Z https://github.com/SaberMage/spt-core
2026-06-18T12:03:56.4445917Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:03:56.4449639Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:03:56.4633775Z refs/heads/main
2026-06-18T12:03:56.4659481Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-18T12:03:56.4986593Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:56.5562752Z ##[endgroup]
2026-06-18T12:03:56.5566322Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-18T12:03:56.9115342Z ##[group]Cleaning the repository
2026-06-18T12:03:56.9119029Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-18T12:03:58.1774409Z Removing target/
2026-06-18T12:03:58.1806884Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-18T12:03:58.2239528Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:58.2265653Z ##[endgroup]
2026-06-18T12:03:58.2269739Z ##[group]Disabling automatic garbage collection
2026-06-18T12:03:58.2274119Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T12:03:58.2493844Z ##[endgroup]
2026-06-18T12:03:58.2494307Z ##[group]Setting up auth
2026-06-18T12:03:58.2499423Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:03:58.2703533Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:03:58.6237318Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:03:58.6471781Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:03:59.0200414Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:03:59.0416183Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:03:59.4072811Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T12:03:59.4371455Z ##[endgroup]
2026-06-18T12:03:59.4372060Z ##[group]Fetching the repository
2026-06-18T12:03:59.4378043Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c17550dad70f8818120ff2017619f4e7f658818a:refs/remotes/origin/main
2026-06-18T12:04:00.2154664Z ##[endgroup]
2026-06-18T12:04:00.2155084Z ##[group]Determining the checkout info
2026-06-18T12:04:00.2155469Z ##[endgroup]
2026-06-18T12:04:00.2160488Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T12:04:00.2447753Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T12:04:00.2726252Z ##[group]Checking out the ref
2026-06-18T12:04:00.2731788Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:04:00.3154128Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:04:00.3154511Z Your branch is up to date with 'origin/main'.
2026-06-18T12:04:00.3154828Z Switched to and reset branch 'main'
2026-06-18T12:04:00.3181549Z ##[endgroup]
2026-06-18T12:04:00.3448218Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T12:04:00.3670559Z c17550dad70f8818120ff2017619f4e7f658818a
